Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.web.ui.resources

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>

<component name="org.nuxeo.web.ui.resources">

  <extension target="org.nuxeo.ecm.platform.WebResources" point="resources">

    <resource name="elements.html" type="import">
      <uri>/ui/elements.html</uri>
    </resource>

    <resource name="nuxeo-web-ui-bundle.html" type="import">
      <uri>/ui/nuxeo-web-ui-bundle.html</uri>
    </resource>

  </extension>

  <extension target="org.nuxeo.ecm.platform.WebResources" point="bundles">

    <!-- main bundle with all import resources -->
    <bundle name="web-ui">
      <resources>
        <resource>elements.html</resource>
        <resource>nuxeo-web-ui-bundle.html</resource>
      </resources>
    </bundle>

  </extension>

</component>